.topadv .swiper-container{
    height: 500px;
}

.topadv .swiper-slide img{
    height: 600px;
    width: 100%;
}
.mainbody{
    background: #F5F5F5;
}
.maincontent{
    width: 1200px;
    margin: auto;
    padding-bottom: 50px;
}
.midnav{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0;

}
.midnav a{
    width: 11%;
}
.midnav a img{
    width: 100%;
    border-radius: 5px;
}
.midnews{
    padding: 15px;
    background: #FFFFFF;
}
.midnews .title{
    color: #0153A5;
    font-size: 20px;
    font-weight: bolder;
    margin: 0;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 5px;
}
.midnews .title span{
    padding-bottom: 5px;
    border-bottom: 2px solid #0153A5;
}
.midnewspart{
    width: 95%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.midnews_left{
    width: 40%;
    padding-top: 15px;
}
.midadvswiper{

}
.midnews_left .swiper-slide img{
    height: 300px;
    width: 100%;
}
.midnews_left .swiper-slide{
    position: relative;
}
.midnews_left .swiper-slide p{
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #FFFFFF;
    background: rgba(0,0,0,0.5);
    line-height: 30px;
    height: 30px;
    width: 100%;
}
.midnews_left .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    left: 65%;
    width: 50%;

}
.midnews_left .swiper-pagination-bullet{
    background: #99A9AD;
}
.midnews_left .swiper-pagination-bullet-active{
    background: #FFFFFF;
}
.midnews_right{
    width: 58%;
    padding-top: 15px;
}
.midright_news.off{
    display: none;
}
.midright_nav{
    width: 100%;
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
}
.midnav-item{
    font-size: 14px;
    color: #0a0a0a;
    background: #EEEEEE;
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}
.midnav-item.active{
    background: #0153A5;
    color: #FFFFFF;
}
.midnav-more{
    color: #0153A5;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.midright_news{

}
.mid-topnews{}
.mid-topnews p{
    margin: 0;
}
.mid-topnews p:first-child{
    color: #0a0a0a;
    font-size: 18px;
    font-weight: bolder;
    line-height: 30px;
    margin-top: 5px;
}
.mid-topnews p:nth-child(2){
    color: #BABABA;
    font-size: 15px;
    word-wrap: break-word;
    line-height: 20px;
    margin-bottom: 5px;
}
.mid-news-item{
    display: inline-flex;
    display: -webkit-inline-flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 26px;
    align-items: center;
}
.mid-news-item a{
    font-size: 15px;
    color: #0a0a0a;
}
.mid-news-item span{
    font-size: 15px;
    color: #BABABA;
}
.depart{
    margin-top: 30px;
    padding: 15px;
    background: #FFFFFF;

}
.depart .title{
    color: #0153A5;
    font-size: 20px;
    font-weight: bolder;
    margin: 0;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 5px;
    position: relative;
}
.depart .title span{
    padding-bottom: 5px;
    border-bottom: 2px solid #0153A5;
}
.departmore{
    color: #0153A5;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 2px;
}
.departnav{
    margin-top: 15px;
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
}
.departnav a{
    font-size: 14px;
    color: #0a0a0a;
    background: #EEEEEE;
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}
.departnav a.active{
    background: #0153A5;
    color: #FFFFFF;
}
.depart-content{
    margin-top: 15px;
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
}
.depart-content a{
    color: #0153A5;
    font-size: 15px;
    width: 20%;
    height: 26px;
    align-items: center;
}
.depart-content.off{
    display: none;
}
.doctors{
    margin-top: 30px;
    padding: 15px;
    background: #FFFFFF;

}
.doctors .title{
    color: #0153A5;
    font-size: 20px;
    font-weight: bolder;
    margin: 0;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 5px;
    position: relative;
}
.doctors .title span{
    padding-bottom: 5px;
    border-bottom: 2px solid #0153A5;
}
.doctorsmore{
    color: #0153A5;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 2px;
}
.doctorsnav{
    margin-top: 15px;
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
}
.doctorsnav a{
    font-size: 14px;
    color: #0a0a0a;
    background: #EEEEEE;
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}
.doctorsnav a.active{
    background: #0153A5;
    color: #FFFFFF;
}
.doccontents{
    margin-top: 15px;
}
.doccontents.off{
    display: none;
}
.doctors-photo{

    height: 400px;
}
.doc-list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 100%;
}
.doc-item{
    width: 20%;

}
.doc-item img{
    width: 100%;
    height: 300px;
}
.doc-item p{
    margin: 0;
    text-align: center;
}
.doc-cname{
    font-weight: bolder;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px !important;
}
.doc-pos{
    color: #A9A9A9;
    font-size: 14px;
    line-height: 20px;
}
.swiper-button-next, .swiper-button-prev{
    width: 60px !important;
    height: 60px !important;
    top:10px;
}.doctors-photo .swiper-button-next{
    background: url("../../img/new/icon_next.png") no-repeat center/100% 100%;
}
.doctors-photo .swiper-button-prev{
    background: url("../../img/new/icon_prev.png") no-repeat center/100% 100%;
}
